efi_loader: pass handle of loaded image
authorHeinrich Schuchardt <[email protected]>
Sun, 26 Nov 2017 13:05:22 +0000 (14:05 +0100)
committerAlexander Graf <[email protected]>
Fri, 1 Dec 2017 12:40:07 +0000 (13:40 +0100)
commitea54ad59286efe7e600f3e189036fa96989eace4
tree93a77bf4fffda1c30f16554bc685127b2861b894
parent45055aac9dad8d08f8691d7d5b116c23ad07a50d
efi_loader: pass handle of loaded image

The handle of a loaded image is the value of the handle
member of the loaded image info object and not the
address of the loaded image info.

Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
cmd/bootefi.c
lib/efi_loader/efi_boottime.c